home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / cone.6 < prev    next >
Encoding:
Text File  |  1996-07-16  |  620 b   |  24 lines

  1. .TH CONE
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. CONE
  5.  
  6.  
  7.  
  8.  PolygonType CONE( VectorType Center, VectorType Direction,
  9.                    NumericType Radius )
  10.  
  11. Creates a CONE geometric object, defined by Center as the center of
  12. the base of the CONE, Direction as the CONE's axis and height, and
  13. Radius as the radius of the base of the CONE.
  14. See RESOLUTION for accuracy of the CONE approximation as a polygonal model. 
  15.  
  16. Example:
  17.  
  18.     Cone1 = CONE( vector( 0, 0, 0 ), vector( 1, 1, 1 ), 1 );
  19.  
  20. constructs a cone based in an XY parallel plane, centered at the origin
  21. with radius 1 and with tilted apex at ( 1, 1, 1 ).
  22.  
  23. See also CON2.
  24.